Autogenerated HTML docs for v1.6.1-224-gb56c
diff --git a/git-shell.html b/git-shell.html index 3b2594e..3c92177 100644 --- a/git-shell.html +++ b/git-shell.html
@@ -329,8 +329,9 @@ of server-side GIT commands implementing the pull/push functionality. The commands can be executed only by the <em>-c</em> option; the shell is not interactive.</p></div> -<div class="para"><p>Currently, only the <em>git-receive-pack</em> and <em>git-upload-pack</em> commands -are permitted to be called, with a single required argument.</p></div> +<div class="para"><p>Currently, only three commands are permitted to be called, <em>git-receive-pack</em> +<em>git-upload-pack</em> with a single required argument or <em>cvs server</em> (to invoke +<em>git-cvsserver</em>).</p></div> </div> <h2 id="_author">Author</h2> <div class="sectionbody"> @@ -346,7 +347,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 2008-12-10 08:33:26 UTC +Last updated 2009-01-20 08:02:10 UTC </div> </div> </body>
diff --git a/git-shell.txt b/git-shell.txt index ff420f8..3f8d973 100644 --- a/git-shell.txt +++ b/git-shell.txt
@@ -18,8 +18,9 @@ The commands can be executed only by the '-c' option; the shell is not interactive. -Currently, only the 'git-receive-pack' and 'git-upload-pack' commands -are permitted to be called, with a single required argument. +Currently, only three commands are permitted to be called, 'git-receive-pack' +'git-upload-pack' with a single required argument or 'cvs server' (to invoke +'git-cvsserver'). Author ------